home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-08-23 | 822 b | 37 lines | [TEXT/MPS ] |
- /*
- File: USBEnetDriver.r
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1998-2000 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- */
-
- #include "Types.r"
- #include "USBEnetVersion.h"
-
- resource 'vers' (1, locked) {
- kVMajor, kVMinor, kVStage, kVRelease, verUS, // Numeric version
- kVersShort, // Short version
- kVers1Long // Long version
- };
-
- resource 'vers' (2, locked) {
- kVMajor, kVMinor, kVStage, kVRelease, verUS, // Numeric version
- kVersShort, // Short version
- kVers2Long // Long version
- };
-
- data 'CCI™' (128, purgeable) {
- "The USB Ethernet Driver is part of the USB Subsystem."
- };